home *** CD-ROM | disk | FTP | other *** search
/ Long Ban 3 / Long Ban 3 - Disc 2.iso / mac / DISK2 / DATA / phot.Dxr / 00026.ls < prev    next >
Encoding:
Text File  |  1997-03-22  |  155 b   |  14 lines

  1. on exitFrame
  2.   global pss
  3.   case pss of
  4.     0, 1:
  5.       go(the frame + 1)
  6.     2:
  7.       go("p2")
  8.     3:
  9.       go("p3")
  10.     4:
  11.       go("p4")
  12.   end case
  13. end
  14.